home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Misc / Wood.0.72 / Sources / English.lproj / AttributesInspector.nib / data.classes next >
Encoding:
Text File  |  1994-06-29  |  1.9 KB  |  135 lines

  1. MiscSwapView = {
  2.     ACTIONS = {
  3.     removeController:;
  4.     addController:;
  5.     swapContentView:;
  6.     };
  7.     OUTLETS = {
  8.     delegate;
  9.     trigger;
  10.     controllers;
  11.     contentView;
  12.     currentController;
  13.     contentViewsHomeView;
  14.     };
  15.     SUPERCLASS = View;
  16. };
  17. MiscSwapViewByPopUp = {
  18.     ACTIONS = {
  19.     swapContentView:;
  20.     };
  21.     OUTLETS = {
  22.     popUpCover;
  23.     };
  24.     SUPERCLASS = MiscSwapView;
  25. };
  26. AttributesInspector = {
  27.     ACTIONS = {
  28.     clearSound:;
  29.     clearAttachment:;
  30.     pause:;
  31.     didPlay:;
  32.     stop:;
  33.     record:;
  34.     ok:;
  35.     changeAttachment:;
  36.     soundDidChange:;
  37.     scale:;
  38.     willRecord:;
  39.     revert:;
  40.     play:;
  41.     changeSound:;
  42.     didRecord:;
  43.     willPlay:;
  44.     };
  45.     OUTLETS = {
  46.     clearSound;
  47.     soundView;
  48.     pauseButton;
  49.     clearAttachment;
  50.     playButton;
  51.     soundMeter;
  52.     setAttachment;
  53.     setSound;
  54.     scaleSlide;
  55.     recordButton;
  56.     stopButton;
  57.     };
  58.     SUPERCLASS = MiscInspector;
  59. };
  60. FirstResponder = {
  61.     ACTIONS = {
  62.     };
  63.     SUPERCLASS = Object;
  64. };
  65. MiscInspectorManager = {
  66.     ACTIONS = {
  67.     revert:;
  68.     textDidChange:;
  69.     touch:;
  70.     makeKeyAndOrderFront:;
  71.     viewWillSwap:;
  72.     ok:;
  73.     viewDidSwap:;
  74.     };
  75.     OUTLETS = {
  76.     buttonsSuperview;
  77.     notApplInspector;
  78.     window;
  79.     noSelInspector;
  80.     multiSelInspector;
  81.     selection;
  82.     revertButton;
  83.     okButton;
  84.     swapView;
  85.     inspectors;
  86.     };
  87.     SUPERCLASS = Object;
  88. };
  89. MiscMultiSelInspector = {
  90.     ACTIONS = {
  91.     };
  92.     OUTLETS = {
  93.     };
  94.     SUPERCLASS = MiscDefaultInspector;
  95. };
  96. MiscInspector = {
  97.     ACTIONS = {
  98.     touch:;
  99.     ok:;
  100.     textDidChange:;
  101.     revert:;
  102.     };
  103.     OUTLETS = {
  104.     manager;
  105.     };
  106.     SUPERCLASS = MiscSwapContentsController;
  107. };
  108. MiscSwapContentsController = {
  109.     ACTIONS = {
  110.     revert:;
  111.     ok:;
  112.     };
  113.     OUTLETS = {
  114.     trigger;
  115.     view;
  116.     swapView;
  117.     };
  118.     SUPERCLASS = Object;
  119. };
  120. MiscDefaultInspector = {
  121.     ACTIONS = {
  122.     };
  123.     OUTLETS = {
  124.     controllers;
  125.     };
  126.     SUPERCLASS = MiscInspector;
  127. };
  128. MiscNoSelInspector = {
  129.     ACTIONS = {
  130.     };
  131.     OUTLETS = {
  132.     };
  133.     SUPERCLASS = MiscDefaultInspector;
  134. };
  135.